II Something
by Clark Hugh Stiles
February 13, 2002 

As hinted last issue, here's the revised Listing Six, showing the check for the V parameter. This is actually untested, but I'm pretty sure this will work right. I checked the compiled version of INFO and found a shorter version, which used a hard coded version of the memory request routine and was therefore shorter. Still no V parameter check, other than in the command itself. The only way the V parameter check will fail in the installer (that is, fail to display the install message when you haven't requested it to hide it) is in the rare case when you've recently used the @ parameter for another command. 
Listing Six: 
2064: AD 68 BE LDA BE68
2067: D0 10 BNE 2079 {+10}
2069: 20 8E FD JSR FD8E
206C: A0 00 LDY #00
206E: B9 7A 20 LDA 207A,Y
2071: 20 ED FD JSR FDED
2074: C8 INY
2075: C0 4F CPY #4F
2077: D0 F5 BNE 206E {-0B}
2079: 60 RTS
207A: C9 CE C6 CF A0 E3- INFO c
2080:EF ED ED E1 EE E4 A0 F6 E5 F2 F3 E9 EF EE A0 B2-ommand version 2
2090:A0 E2 F9 A0 C3 BF AD 00 E0 C9 4C D0 14 AD 98 BF- by C.H.Stiles..
20A0:29 20 F0 0D A2 03 BD 1A 22 95 36 CA 10 F8 4C 00-INFO [pathname][
20B0:E0 A2 27 BD 3F 22 9D 28 06 CA 10 F7 8D F4 03 8D-,T][,A][,L][,V][
20C0:F3 03 30 FE 88 B1 00 91 02 98 D0 F8 E6 01 E6 03-,S][,D].........
20D0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00-................
20E0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00-................
20F0:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00-................ 
End of Listing. 
That's it for this issue. Now I'm up to date, and still have two scheduled installments that are NOT the block editor program. Looks like the new year baby is already in elementary school. 

II Infinitum! 
